#ifndef cathlibcpp_config_H
#define cathlibcpp_config_H

// File:       config.h
// Author:     (c) Miles Sabin, 1996
// Purpose:    compile time options

// This file can be included from both C and C++

#define CATHLIBCPP
#define CATHLIBCPP_VERSION 100

#undef  ANSI_HEADERS

#undef  BUILTIN_BOOL
#undef  BUILTIN_EXCEPTION
#undef  BUILTIN_NEW_CASTS
#undef  BUILTIN_RTTI

#define PROBLEM_DESTROY
#define PROBLEM_LONG_NAMES
#define PROBLEM_MEM_FUN
#define PROBLEM_MEMBER_ACCESS
#define PROBLEM_OSLIB_BOOL
#define PROBLEM_PTR_FUN
#define PROBLEM_TEMPLATE_TYPEDEFS
#define PROBLEM_VECTORBOOL

#endif
